Skip to content

feat(vmm-cli): support --gpu all to attach all GPUs#457

Merged
kvinwang merged 1 commit into
masterfrom
feat/vmm-cli-gpu-all
Jan 25, 2026
Merged

feat(vmm-cli): support --gpu all to attach all GPUs#457
kvinwang merged 1 commit into
masterfrom
feat/vmm-cli-gpu-all

Conversation

@kvinwang

@kvinwang kvinwang commented Jan 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add support for using --gpu all as an alternative to --ppcie for attaching all available GPUs to a VM
  • Works for both deploy and update commands

Examples

# Deploy with all GPUs
vmm-cli.py deploy --gpu all ...

# Update VM to use all GPUs
vmm-cli.py update <vm-id> --gpu all

Test plan

  • Test vmm-cli.py deploy --gpu all creates VM with all GPUs attached
  • Test vmm-cli.py update <vm-id> --gpu all updates VM to use all GPUs
  • Verify --ppcie still works as before

Add support for using '--gpu all' as an alternative to '--ppcie' for attaching
all available GPUs to a VM. This works for both deploy and update commands.

Examples:
  vmm-cli.py deploy --gpu all ...
  vmm-cli.py update <vm-id> --gpu all
@kvinwang
kvinwang force-pushed the feat/vmm-cli-gpu-all branch from 347e6d8 to 4b92873 Compare January 25, 2026 10:03
@kvinwang
kvinwang enabled auto-merge (squash) January 25, 2026 10:07
@kvinwang
kvinwang merged commit 139d588 into master Jan 25, 2026
11 checks passed
@kvinwang
kvinwang deleted the feat/vmm-cli-gpu-all branch January 26, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant